Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theory maps send type constructors to general types in a context #108

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

kris-brown
Copy link
Collaborator

This removes an earlier restriction that sent AlgSorts to AlgSorts.

This allows us to express the theory morphism op: ThCategory -> ThCategory.

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.41% 🎉

Comparison is base (15cec29) 96.84% compared to head (eb00c47) 97.25%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   96.84%   97.25%   +0.41%     
==========================================
  Files          26       27       +1     
  Lines        1458     1494      +36     
==========================================
+ Hits         1412     1453      +41     
+ Misses         46       41       -5     
Files Changed Coverage Δ
src/syntax/GATs.jl 96.79% <100.00%> (+0.69%) ⬆️
src/syntax/Scopes.jl 98.55% <100.00%> (+1.51%) ⬆️
src/syntax/TheoryMaps.jl 97.22% <100.00%> (+0.05%) ⬆️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@olynch olynch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice

@olynch olynch merged commit 06be9f0 into main Sep 21, 2023
@kris-brown kris-brown deleted the types_to_typesinctx branch September 21, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants